From f626acae5bf11ed44b7c1f4da84c99e0ac08932b Mon Sep 17 00:00:00 2001 From: Mike Williams Date: Wed, 22 May 2002 09:40:47 +0000 Subject: [PATCH] (sgml-guess-indent): Look further into the buffer. --- lisp/textmodes/sgml-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 58aec14b48b..a9e13c7c491 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -1235,7 +1235,7 @@ Add this to `sgml-mode-hook' for convenience." (interactive) (save-excursion (goto-char (point-min)) - (if (re-search-forward "^\\([ \t]+\\)<" 100 'noerror) + (if (re-search-forward "^\\([ \t]+\\)<" 500 'noerror) (progn (set (make-local-variable 'sgml-basic-offset) (length (match-string 1))) -- 2.30.2